Require help-macro, not help-screen.
authorRichard M. Stallman <rms@gnu.org>
Sat, 8 May 1993 22:38:37 +0000 (22:38 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 8 May 1993 22:38:37 +0000 (22:38 +0000)
lisp/help.el

index 1ac4f2c5a28aaea31b0608c7e99aeb4cc4716acc..b832ffb6c750125969660a3cf719d2228ad66f87 100644 (file)
@@ -1,6 +1,6 @@
 ;;; help.el --- help commands for Emacs
 
-;; Copyright (C) 1985, 1986 Free Software Foundation, Inc.
+;; Copyright (C) 1985, 1986, 1993 Free Software Foundation, Inc.
 
 ;; Maintainer: FSF
 ;; Keywords: help, internal
@@ -30,7 +30,7 @@
 
 ;; Get the macro make-help-screen when this is compiled,
 ;; or run interpreted, but not when the compiled code is loaded.
-(eval-when-compile (require 'help-screen))
+(eval-when-compile (require 'help-macro))
 
 (defvar help-map (make-sparse-keymap)
   "Keymap for characters following the Help key.")